Our DOORS group added the DOORS password reconfirmation for inactivve users as a standard. However, we would like to keep the ID field in reconfirmation windows populated with the users DOORS ID. Has anyone found a way to access the reconfirmation window or any other built-in DOORS feature via DXL or otherwise? If not, would it be possible to implement our own reconfirmation script into DOORS?
|
Re: Modifying the DOORS password reconfirmation dialog box You could build you own gui for password using: void set(User user, string property, string value) Have fun & check out:
|